Skip to main content
GET
Aggregate flow over an arbitrary [start, end] window

Authorizations

Authorization
string
header
required

Skylit API key in the Authorization header (Authorization: Bearer fs_live_<key>). X-API-Key is also accepted.

Path Parameters

ticker
string
required

Underlying ticker symbol (uppercase, e.g. SPY, AAPL).

Example:

"SPY"

Query Parameters

start_time
string
required

Lower bound of the window. Accepts RFC 3339 (2026-05-27T13:30:00Z) or Unix seconds.

Example:

"2026-05-27T13:30:00Z"

end_time
string
required

Upper bound of the window (RFC 3339 or Unix seconds).

Example:

"2026-05-27T20:00:00Z"

option_type
enum<string>
default:all
Available options:
call,
put,
all
min_premium
number<double>
exclude_multi_leg
boolean
default:false

Exclude trades flagged as part of a multi-leg structure.

min_dte
integer
Required range: x >= 0
max_dte
integer
Required range: x >= 0
date
string<date>

Response

Window-aggregated flow scores.

data
object
required
meta
object
required